home *** CD-ROM | disk | FTP | other *** search
- global foreframe, textscroll
-
- on exitFrame
- if rollOver(28) then
- go(the frame + 1)
- else
- if rollOver(29) then
- go(the frame + 2)
- else
- if rollOver(30) then
- go(the frame + 3)
- else
- if rollOver(25) or rollOver(26) then
- go(the frame)
- else
- if textscroll = 1 then
- repeat with i = 1 to 10
- puppetSprite(i, 0)
- end repeat
- repeat with i = 19 to 30
- puppetSprite(i, 0)
- end repeat
- else
- repeat with i = 1 to 4
- puppetSprite(i, 0)
- end repeat
- repeat with i = 11 to 20
- puppetSprite(i, 0)
- end repeat
- end if
- go(foreframe)
- set the keyDownScript to "checkkey"
- end if
- end if
- end if
- end if
- end
-